home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / Programming / HyperCard XCMDs⁄XFCNs / SysEnv.about < prev   
Encoding:
Text File  |  1990-03-20  |  1.4 KB  |  34 lines  |  [TEXT/MPS ]

  1.     1.0D1    Sep 2, 1987        CSK    Call to SysEnvirons and putting the result
  2.                                 in global variables in the handler which
  3.                                 called the XFCN.
  4.     1.0D2    Nov 4, 1987        CSK    Modified so that the result of the XFCN is
  5.                                 a string containing the results of the call
  6.                                 to SysEnvirons.  The handler gets the results
  7.                                 of the call by looking at the "items" of the string.
  8.  
  9.     1.0D3    Dec 9, 1987        CSK Added a line to the returnValue indicating the
  10.                                 bit depth of the monitor.
  11.                         
  12.     1.0D4    Dec 21,1987        CSK Implemented MYNUMTOSTRING to speed it up.
  13.     
  14.     1.0D5    Mar 17,1988        CSK Added test for the low-memory global KBDType.
  15.     
  16.     1.0D6    Jun 15,1988        CSK    modified for MPW 3.0A1
  17.                                 removed MYNUMTOSTRING, use NumToString instead
  18.                                 added support for determining if the main device is color/B&W
  19.                                 moved the test of the bitdepth from machineType section to hasColorQD
  20.  
  21.     1.0D7    Aug 25,1988     CSK    Added PBStatus call to get video info for Mac II
  22.     
  23.     1.0D8    Oct 14, 1988    CSK    Added Mac SE/30 parameters
  24.     
  25.     1.0D9    Oct 27, 1988    CSK    cleaned up
  26.  
  27.     1.0D10    Mar 17,    1989    CSK    Added Mac IIcx parameters
  28.     
  29.     1.0D11    Mar 23, 1989    CSK    Fixed bug: SysEnv returned "atversnum, atversnum",
  30.                                 instead of returning "keyboard, atversnum".
  31.                                 
  32.     1.0D12    Oct 13, 1989    MBJ    Added Mac Portable & IIci parameters.  Also added all
  33.                                 new Portable and ISO keyboards.
  34.     1.0D13    Mar 20, 1990    MBJ    Added Mac IIfx and 68040 parameters.